home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / mac / maccmd.def < prev    next >
Encoding:
Text File  |  1994-08-09  |  597 b   |  20 lines  |  [TEXT/R*ch]

  1. /* Definitions of Mac-specific commands for Xconq.
  2.    Copyright (C) 1993, 1994 Stanley T. Shebs.
  3.  
  4. Xconq is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 2, or (at your option)
  7. any later version.  See the file COPYING.  */
  8.  
  9. /* The definitions of Mac-specific commands. */
  10.  
  11. DEF_CMD(  '*' , "replan", "", do_force_global_replan,
  12.   "")
  13.  
  14. DEF_CMD('\033', "escape", "", do_escape,
  15.   "")
  16.  
  17. DEF_CMD(  '@' , "angle", "", do_set_map_angle,
  18.   "change the angle at which a map is viewed")
  19.  
  20.